home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Burren Beo Images of the Fertile Rock
/
Burren Beo - Images of the Fertile Rock.iso
/
lingo.ini
< prev
Wrap
Text File
|
2004-06-13
|
516b
|
16 lines
-- This is the text file LINGO.INI. It is designed
-- to allow the execution of Lingo on Director start-up.
-- Some functionality is not permitted from the on startup handler
-- for example, 'put' statements don't function from the startup handler
-- gfMovie = the name of the first movie to play
-- gyPlatform = the platform the movies were saved on
--(for the transitions registration codes)
on startUp
global gfMovie, gyPlatform
gfMovie = "1Burrenbeo"
--gyPlatform = #mac
end startUp